projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea218f4
)
Remove remaining XEmacs compat code from erc-log.el
author
Stefan Kangas
<stefan@marxist.se>
Fri, 20 Nov 2020 15:44:52 +0000
(16:44 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 20 Nov 2020 15:45:33 +0000
(16:45 +0100)
* lisp/erc/erc-log.el (erc-save-buffer-in-logs): Remove XEmacs
compat code.
lisp/erc/erc-log.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc-log.el
b/lisp/erc/erc-log.el
index de0a16ea3f054f61b2a4cca791c349155fddfbf8..7eddb5f60f1e768bf6d48f6d8a413ee04933285b 100644
(file)
--- a/
lisp/erc/erc-log.el
+++ b/
lisp/erc/erc-log.el
@@
-414,8
+414,7
@@
You can save every individual message by putting this function on
(or buffer (setq buffer (current-buffer)))
(when (erc-logging-enabled buffer)
(let ((file (erc-current-logfile buffer))
- (coding-system erc-log-file-coding-system)
- (inhibit-clash-detection t)) ; needed for XEmacs
+ (coding-system erc-log-file-coding-system))
(save-excursion
(with-current-buffer buffer
(save-restriction